Before deploying the license server, make sure you have installed the versions of Java and Tomcat listed in the Requirements section.
The Adobe Access Server for Protected Streaming download includes flashaccesserver.war. To deploy this WAR file, copy it to Tomcat's webapps directory. If you have previously deployed the WAR file, you may need to manually delete the unpacked WAR directory ("flashaccessserver" in Tomcat's webapps directory). To prevent Tomcat from unpacking WAR files, edit the server.xml file in Tomcat's conf directory and set the "unpackWARs" attribute to "false".
The server optionally uses a platform-specific library (jsafe.dll on Microsoft Windows or libjsafe.so on Linux) for optimal performance. Copy the appropriate library for your platform from thirdparty/cryptoj/platform to a location specified by the PATH environment variable (or LD_LIBRARY_PATH on Linux).