You can run the SkyVault OAuth 2 Authorization server as a Java executable from the
   command line.
  java -jar SkyVault-oauth2-<version>.jar
The server provides a health check point to
   use:
  $ curl -i -H "Authorization: Bearer <access_token>" http://localhost:9191/management/health
Here's the sample response:
 {"status":"UP"}