Enabling unrestricted security algorithms in Java

While I tried to reproduce this question on StackOverflow, I learned that it is required to install additional policy files in order to use strong encryption algorithms with the Java Cryptography Architecture (JCA). This article shows a sample encryption/decryption application and how to enable AES-256 support by installing the additional policy files: Using strong encryption in Java