A simple approach would be to assume that each shipment will meet the specification with $p = 1 - 20\% = 80\%$ probability. The number of shipments meeting the specification (k) will then follow a binomial distribution: k ~ B(15, 80%) and the expected value will be $n \cdot p = 15 \cdot 80\%=12$. The standard error of this estimate is the standard deviation of the binomial distribution: $\sqrt{n p (1 − p)} = 1.55$, however, k is not normally distributed.
A more complicated approach would account for the fact that the 20% fail rate is only an estimate based on "recent history". So the actual fail rate may be somewhat lower or higher as well, and the above approach underestimates the uncertainty of the expected value. As we don't exactly know where the 20% came from, we can not calculate this.